-
Notifications
You must be signed in to change notification settings - Fork 798
[SYCL] Add sycl-jit e2e feature #19724
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: sycl
Are you sure you want to change the base?
Conversation
The project may be built with --disable-jit
sycl/test-e2e/lit.cfg.py
Outdated
@@ -970,6 +970,9 @@ def get_sycl_ls_verbose(sycl_device, env): | |||
config.available_features.add("device-config-file") | |||
config.substitutions.append(("%device_config_file_include_flag", "")) | |||
|
|||
if config.enable_sycl_jit == "ON": |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like in other cases (e.g config.allow_unknown_arch) we just check the value of variable like:
if not config.allow_unknown_arch:
Anybody knows - why it doesn't work here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure if relevant: #18893
Doesn't work as expected, moving to draft for now. |
@intel/dpcpp-devops-reviewers this pre-commit looks really weird, like something was broken. I believe it's impossible for my patch, right? |
@againull could you please take one more look? |
The project may be built with --disable-jit.
Updating the tests that fail without this feature.